@charset "utf-8";
/* header */
.header-wrap{background: url(../images/header_bg.png) no-repeat center top; background-size: 1920px auto;}
.header-main{position: absolute; left: 0; right: 0; top: 0; z-index: 80;}
.header > .container{position: relative; height: 464px;}
.header-toolbar{position: absolute; right: 0; top: 18px; height: 28px; line-height: 28px; color: #fff;}
.header-toolbar a{color: #fff;}
.header-toolbar a:hover{font-weight: bold;}
.header-toolbar li{position: relative; height: 28px; padding-left: 16px; float: left;}
.header-toolbar li.split:after{position: absolute; left: 0; top: 50%; margin-top: -7px; content:''; width: 1px; height:16px; background: #fff; opacity: .6;}
.header-toolbar li.split{margin-left: 15px;}
.header-toolbar .pullDown .pullDown{position: relative;}
.header-toolbar .pullDown .drop{position:absolute; top:39px; left:50%; transform: translateX(-50%); padding-top: 7px; z-index:9; display:none;}
.header-toolbar .pullDown.ewm .drop{width: 120px;}
.header-toolbar .pullDown.menu .drop{width: 100px;}
.header-toolbar .pullDown.ewm .drop:after{content:''; width:0; height:0; overflow:hidden; border:7px solid transparent; border-bottom-color:rgba(0,0,0,0.4); -webkit-border-bottom-color:rgba(0,0,0,0.4); position:absolute; left:50%; top:-7px; margin-left:-7px;}
.header-toolbar .pullDown.menu .drop:after{content:''; width:0; height:0; overflow:hidden; border:8px solid transparent; border-bottom-color:#fff; position:absolute; left:50%; top:-7px; margin-left:-8px;}
.header-toolbar .pullDown.ewm .drop dt{padding:10px; background: rgba(0,0,0,0.4); -webkit-background: rgba(0,0,0,0.4); border-radius: 8px; overflow: hidden;}
.header-toolbar .pullDown.ewm .drop dt img{display:block; margin:0 auto; width:100%; background: #fff; box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
.header-toolbar .pullDown.ewm .drop dt span{display:block; text-align:center; color:#fff; padding-top:5px; line-height:18px; font-size:12px;}
.header-toolbar .pullDown.menu .drop dl{ color:#fff; line-height:18px; border-radius: 4px; padding:0 10px; background: #fff; box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%); font-size: 15px;}
.header-toolbar .pullDown.menu .drop dl dd{padding: 12px 0; border-bottom:1px solid rgba(0,0,0,0.1);}
.header-toolbar .pullDown.menu .drop dl dd:last-child{border-bottom: none;}
.header-toolbar .pullDown.menu .drop dl a{color: #689EE3;}
.header-toolbar .pullDown.menu .drop dl a:hover{color: #1A56A3}
.header-toolbar li:hover .drop{display: block;}
.header-toolbar li.icon{font-size: 0;}
.header-toolbar li.icon a{position: relative;}
.header-toolbar li.icon span{font-size: 16px;}
.header-toolbar li.icon img{height: 25px; margin-right: 6px;}
.header-toolbar li.icon img,
.header-toolbar li.icon span{display: inline-block; vertical-align: middle;}
/* .header-toolbar li.wza a:before{background-image: url(../images/header_icon_wza.png);}
.header-toolbar li.zz a:before{background-image: url(../images/header_icon_zz.png);} */
.header-toolbar-l li:first-child{padding-left: 0;}

.header-toolbar li.ipv6 span{display: block; display: inline-block; padding: 0 12px; height: 28px; line-height: 28px; border-radius: 15px; background: rgba(32, 76, 156, 0.12); border: 1px solid rgba(255, 255, 255, 0.5);}

.header-logo{position: absolute; left: 0; top: 35px;}
.header-logo img{height: 84px;}

.header-search{width: 486px; height: 48px; padding: 0 120px 0 55px; position: absolute; right: 0; top: 60px; max-width: 100%; box-sizing: border-box; background: url(../images/header_icon_ss.png) no-repeat 23px center rgba(255, 255, 255, 0.8);  background-size: 18px 20px; border: 1px solid rgba(0, 99, 193, 1); border-radius: 24px;}
.header-search-txt{width:100%; height: 48px; line-height:48px; border:0; color: #808080; background: none; font-size: 16px; }
.header-search-btn{ position:absolute; z-index: 1; top: 0; right: 0; width:100px; height:48px; border-radius: 24px;
	background: #E34949; border:0; cursor:pointer; color: #fff; font-size: 1.125em;  -webkit-appearance:none; transition: all .3s; -webkit-transition: all .3s;}
.header-search-btn:hover{background-color: #2462B3;}
.header-search-txt::-webkit-input-placeholder{color: #A6A6A6;}

.mainnav{position: relative; z-index: 9; height: 78px; background: url(../images/mainnav2_bg_repeat.png) repeat-x center bottom;}
.mainnav .mainnav-box{height: 78px; position: relative;}
/* .mainnav .mainnav-box:before,
.mainnav .mainnav-box:after{content: ''; width: 100px; height: 97px; position: absolute; top: 0; background-size: 100% 100%;}
.mainnav .mainnav-box:before{right: 100%; background-image: url(../images/mainnavbg_l.png);}
.mainnav .mainnav-box:after{left: 100%; background-image: url(../images/mainnavbg_r.png);} */
.mainnav ul{height: 78px; background: url(../images/mainnav2_bg.png) no-repeat; background-size: 100% 100%;}
.mainnav li{float: left; position: relative; width: 17%; font-size: 1.25em;}
.mainnav li a{display:block; line-height: 78px; text-align:center; font-weight: bold; color: #fff; opacity: 0.8; transition: .3s all;}
.mainnav li a span{display: inline-block; position: relative;}
.mainnav li a span:after{content: ''; position: absolute; left: 0; right: 0; margin: 0 auto; bottom: 0; height: 5px; background: #fff; width: 0;  transition: .3s all;}
.mainnav li:hover a span:after, .mainnav li.on a span:after{width: 100%;}
.mainnav li.nav1{width: 15%;}
.mainnav li:hover a, .mainnav li.on a{opacity: 1;}

.header-ban{position: relative;}
.header-ban-bd{height: 537px; overflow: hidden;}
.header-ban-bd ul, .header-ban-bd ul li{width: 100% !important;}
.header-ban-bd li{height:537px; position: relative; background-repeat: no-repeat; background-position: center 0; background-size: 1920px 100%;}
.header-ban-bd li .container{position: absolute; left: 0; right: 0; bottom: 73px;}
.header-ban-bd li .container .txt{position: absolute; right: 30px; bottom: 25px; padding: 8px 10px; background: linear-gradient(90deg, rgba(17, 48, 79, 0) 0%, rgba(0, 0, 0, 0.26) 55.09%, rgba(0, 0, 0, 0) 100%);}
.header-ban-bd li .container .txt img{display: block; height: 22px;}
/* .header-ban-hd{position: absolute; left: 0; right: 0; top: 0; bottom: 74px; z-index: 20;}
.header-ban-hd .container{height: 100%; position: relative;}
.header-ban-hd ul{position: absolute; right: 0; bottom: 20px;}
.header-ban-hd ul li{float: left; width: 32px; height: 5px; background: #fff; opacity: 0.5; margin-left: 10px; font-size: 0; transition: .3s all; border-radius: 2px;}
.header-ban-hd ul li.on{opacity: 1;} */

/*responsive*/
@media (max-width: 1280px) {
	body:not(.nores) .header-logo{position: static; padding-top: 100px; margin-bottom: 40px;}
	body:not(.nores) .header-logo img{display: block; margin: 0 auto;}
	body:not(.nores) .header-search{max-width: 100%;; width: 620px; position: relative; top: auto; right: auto; margin: 0 auto;}
}

@media (max-width: 992px) {
	body:not(.nores) .header-toolbar li.ghb.split:after{display: none;}
	body:not(.nores) .header-toolbar .wza{display: none;}
	body:not(.nores) .mainnav .container{padding-left: 0; padding-right: 0;}
	body:not(.nores) .mainnav ul{background: linear-gradient(180deg, rgba(9, 107, 181, 1) 0%, rgba(12, 119, 201, 1) 100%); border-radius: 5px 5px 0 0;}
	
}

/* xs mobile*/
@media (max-width: 768px) {
	.header-wrap{background-size: auto 100%;}
	.header-ban{display: none;}
	.header-main{position: relative;}
	body:not(.nores) .header > .container{height: auto;}
	body:not(.nores) .mainnav .mainnav-box{height: auto;}
	body:not(.nores) .mainnav{margin-top: 0; height: auto;}
	body:not(.nores) .mainnav .container{padding-left: 0; padding-right: 0;}
	body:not(.nores) .mainnav ul{ height: auto; padding-top: 12px; padding-bottom: 12px; border-radius: 0;}
	body:not(.nores) .mainnav li{ width: 33.33333%; position:relative;}
	body:not(.nores) .mainnav li:after{content:""; width:1px; height:16px; background:#fff; position:absolute; top:50%; margin-top:-8px; right:0; filter:alpha(opacity=20); -moz-opacity:0.2; opacity:0.2;}
	body:not(.nores) .mainnav li a{height: 30px; overflow: hidden; padding:6px 0; height: auto; line-height:30px;}
	body:not(.nores) .mainnav li:nth-child(3):after, body:not(.nores) .mainnav li:nth-child(6):after{display:none;}
	body:not(.nores) .mainnav li:hover span:after, body:not(.nores) .mainnav li.on span:after{display: none;}
	/* body:not(.nores) .mainnav li{width: 28%;}
	body:not(.nores) .mainnav li.nav1{width: 16%; height:76px;}
	body:not(.nores) .mainnav li.nav1 a{padding:0; line-height:76px;} */
	body:not(.nores) .mainnav li a:hover, body:not(.nores) .mainnav li.on a{background: none;}
	body:not(.nores) .header-logo{margin-bottom: 30px;}
	body:not(.nores) .header-search{margin-bottom: 60px;}
	body:not(.nores) .header-toolbar{right: 15px;}
	body:not(.nores) .header-logo img{height: auto; width: 480px;}
	
	
}

/* @media (max-width: 767px) and (min-width: 375px) {
	.mainnav li.nav1 a:before{content: ''; display: inline-block; width: 18px; height: 18px; background: url(../images/public/mainnav_icon_index.png) no-repeat; vertical-align: middle; margin: 0 10px 0 0; opacity: 0.7;}
	.mainnav li.nav1.on a:before{opacity: 1;}
} */


@media (max-width: 480px) {
	body:not(.nores) .header-toolbar li.ipv6{display: none;}
	body:not(.nores) .header-logo{padding-top: 60px;}
	body:not(.nores) .header-search{background: rgba(255, 255, 255, 0.8); padding-left: 20px; padding-right: 50px; }
	body:not(.nores) .header-search-btn{width: 50px; background: url(../images/header_icon_ss_blue.png) no-repeat center center; background-size: 22px 22px; font-size: 0;}
	
}

@media (max-width: 414px) {
	

}

@media (max-width: 375px) {
	body:not(.nores) .mainnav li a{font-weight: normal;}
	
}
